home *** CD-ROM | disk | FTP | other *** search
- .rem
- .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
- .rem
- .color 15,1
- .cls
- .cen (*Demo program for the viewer*)
-
-
- This is a test program to show how the viewer works.
-
-
- The command to use is .view (*filename*)
-
-
- You will now view the contents of the file TESTVIEW.DOC
-
-
- Press the up and down arrow keys to scroll through the file.
-
-
- Press the Esc key to return.
- .locate 24,1
- .pause
- .view (*samples.DOC*)
- .cls
- Now you are out of the viewer
- .pause
-
-